putBinder

open fun putBinder(@NonNull bundle: Bundle, @Nullable key: String, @Nullable binder: IBinder)(source)

Deprecated

Use putBinder directly.

A convenience method to handle putting an IBinder inside a Bundle for all Android versions.

Parameters

bundle

The bundle to insert the IBinder.

key

The key to use while putting the IBinder.

binder

The IBinder to put.